setRedactedPixelsColor Method
In This Topic
Sets the pixels color in redacted images.
Note: The library will try to set the redacted pixels in an image to this color if possible. If not possible, the redacted pixels will be set to 0. Also due to the PDF internal color transformations that can be applied to an image, the final visible color of the redacted pixels might not match this color.
Syntax
public void setRedactedPixelsColor(
PDFColor
)
|
Parameters
- value
- Color used for redacted pixels in an image.
See Also